home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / jaz_clib.arc / JZINTWND.C < prev    next >
Text File  |  1989-04-09  |  217b  |  11 lines

  1. jzintwnd( frow1,fcol1,frow2,fcol2,fattr )
  2. int frow1,fcol1,frow2,fcol2,fattr;
  3. {
  4.   extern _row1,_col1,_row2,_col2,_attr;
  5.   _row1 = frow1;
  6.   _col1 = fcol1;
  7.   _row2 = frow2;
  8.   _col2 = fcol2;
  9.   _attr = fattr;
  10. }
  11.